home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-09 | 705 b | 31 lines | [TEXT/CWIE] |
- //========================================================================================
- // Release Version: $ ODF 1 $
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //========================================================================================
- resource FW_RMenuBar(kMenuBarID)
- {
- {
- FW_RPullDownMenu
- (
- "Palette"
- {
- FW_RToggleItem(cShowHideCommand, 'T', "Show Palette", "Hide Palette")
- }
- )
- }
- };
-